type crypto/tls.lruSessionCache
4 uses
	crypto/tls (current package)
		common.go#L1575: type lruSessionCache struct {
		common.go#L1597: 	return &lruSessionCache{
		common.go#L1606: func (c *lruSessionCache) Put(sessionKey string, cs *ClientSessionState) {
		common.go#L1639: func (c *lruSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)